home *** CD-ROM | disk | FTP | other *** search
/ Train je hersenen (Starters Editie) / Brain Training.bin / Brain Training Starters Setup.msi / _1F3303EFD7EC41B8822B106F5356D00F / 0 / RCDATA / TFRMOPTIES / TFRMOPTIES.txt
Text File  |  2005-11-14  |  3KB  |  134 lines

  1. object frmOpties: TfrmOpties
  2.   Left = 312
  3.   Top = 241
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Opties'
  7.   ClientHeight = 144
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbPuzzel: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 105
  24.     Height = 129
  25.     Caption = 'Huidige puzzel'
  26.     TabOrder = 0
  27.     object btOvernieuw: TButton
  28.       Left = 16
  29.       Top = 24
  30.       Width = 75
  31.       Height = 25
  32.       Caption = 'Overnieuw'
  33.       TabOrder = 0
  34.       OnClick = btOvernieuwClick
  35.     end
  36.     object btBewaren: TButton
  37.       Left = 16
  38.       Top = 56
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Bewaren'
  42.       TabOrder = 1
  43.       OnClick = btBewarenClick
  44.     end
  45.     object btPrinten: TButton
  46.       Left = 16
  47.       Top = 88
  48.       Width = 75
  49.       Height = 25
  50.       Caption = 'Uitprinten'
  51.       TabOrder = 2
  52.       OnClick = btPrintenClick
  53.     end
  54.   end
  55.   object GroupBox2: TGroupBox
  56.     Left = 120
  57.     Top = 8
  58.     Width = 257
  59.     Height = 129
  60.     Caption = 'Instellingen'
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 16
  64.       Top = 24
  65.       Width = 36
  66.       Height = 13
  67.       Caption = 'Thema:'
  68.     end
  69.     object Label2: TLabel
  70.       Left = 16
  71.       Top = 48
  72.       Width = 75
  73.       Height = 13
  74.       Caption = 'Aantekeningen:'
  75.     end
  76.     object btOk: TButton
  77.       Left = 78
  78.       Top = 88
  79.       Width = 75
  80.       Height = 25
  81.       Caption = 'OK'
  82.       Default = True
  83.       TabOrder = 0
  84.       OnClick = btOkClick
  85.     end
  86.     object btAnnuleer: TButton
  87.       Left = 166
  88.       Top = 88
  89.       Width = 75
  90.       Height = 25
  91.       Cancel = True
  92.       Caption = 'Annuleren'
  93.       TabOrder = 1
  94.       OnClick = btAnnuleerClick
  95.     end
  96.     object chAutAant: TCheckBox
  97.       Left = 104
  98.       Top = 48
  99.       Width = 145
  100.       Height = 17
  101.       Caption = 'Automatisch schikken'
  102.       TabOrder = 2
  103.     end
  104.     object dropThema: TComboBox
  105.       Left = 104
  106.       Top = 21
  107.       Width = 137
  108.       Height = 21
  109.       Style = csDropDownList
  110.       ItemHeight = 13
  111.       ItemIndex = 3
  112.       TabOrder = 3
  113.       Text = 'Gouden eeuw'
  114.       Items.Strings = (
  115.         'Universum'
  116.         'Schoolbord'
  117.         'Japanse herfst'
  118.         'Gouden eeuw')
  119.     end
  120.   end
  121.   object SaveDialog: TSaveDialog
  122.     DefaultExt = 'sdk'
  123.     Filter = 'Sudoku Puzzels (*.sdk)|*.sdk'
  124.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  125.     Title = 'Puzzel Opslaan'
  126.     Left = 112
  127.     Top = 72
  128.   end
  129.   object PrinterSetupDialog: TPrinterSetupDialog
  130.     Left = 112
  131.     Top = 104
  132.   end
  133. end
  134.